var testing.haveExamples

3 uses

	testing (current package)
		testing.go#L515: 	haveExamples bool // are there examples?
		testing.go#L2336: 		haveExamples = len(m.examples) > 0
		testing.go#L2439: 	if !ran && !haveExamples {